Task: Graph Generation
A Graph is generated from architecture or module code.
Disciplines: Regression Testing
Purpose
The main purpose of this generation is to help the test design and architect to figure out and view the affected paths in the modified code.
Main Description
This graph can be generated considering different points, different kinds of graphs can be generated from the code. The main difference is the concerns that each one can represent, for example: Java Interclass Graph (JiGs) are commonly used to represent java features as inheritance, polymorphism and so on.